home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / language / pixie.cpt / Pixie Scheme ƒ / Pixie Scheme Help / card_87612.txt < prev    next >
Encoding:
Text File  |  1991-01-07  |  614 b   |  28 lines

  1. -- card: 87612 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2692
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 47
  9. ----- text -----
  10. 137
  11.  
  12. -- part contents for background part 9
  13. ----- text -----
  14. Bitwise Operations
  15.  
  16. -- part contents for background part 10
  17. ----- text -----
  18.  
  19.  
  20.  
  21.  
  22.     There are several procedures which allow direct manipulation of the individual bits of a 32ΓÇôbit fixnum.  Each requires integer arguments whose values can be coerced to 32ΓÇôbit fixnums.
  23.  
  24.  
  25. (e::bit-and <integer> <integer>)
  26.  
  27.     Coerces its arguments to 32ΓÇôbit fixnums and returns their bitwise Boolean "and".
  28.